[INFO] cloning repository https://github.com/Reileen00/MCP-Server-Rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Reileen00/MCP-Server-Rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FReileen00%2FMCP-Server-Rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FReileen00%2FMCP-Server-Rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 68d9764d4bd01ac5ca88b89c0cb5643b55ae8764
[INFO] fixing Reileen00/MCP-Server-Rust against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FReileen00%2FMCP-Server-Rust" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Reileen00/MCP-Server-Rust
[INFO] finished tweaking git repo https://github.com/Reileen00/MCP-Server-Rust
[INFO] tweaked toml for git repo https://github.com/Reileen00/MCP-Server-Rust written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Reileen00/MCP-Server-Rust on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Reileen00/MCP-Server-Rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c87daa522655df1b567fc3e70efc63f324aa1c2d6351a8d2895c45ddc3f7e3db
[INFO] running `Command { std: "docker" "start" "c87daa522655df1b567fc3e70efc63f324aa1c2d6351a8d2895c45ddc3f7e3db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c87daa522655df1b567fc3e70efc63f324aa1c2d6351a8d2895c45ddc3f7e3db" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c87daa522655df1b567fc3e70efc63f324aa1c2d6351a8d2895c45ddc3f7e3db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c87daa522655df1b567fc3e70efc63f324aa1c2d6351a8d2895c45ddc3f7e3db" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking MCPserverRust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `rmcp` in this scope
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use rmcp::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `rmcp`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rmcp`, use `cargo add rmcp` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `anyhow`
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use anyhow::Result;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `anyhow`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `anyhow`, use `cargo add anyhow` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rmcp`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use rmcp::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `rmcp`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rmcp`, use `cargo add rmcp` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `serde` in this scope
[INFO] [stdout]  --> src/main.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use serde::de::DeserializeOwned;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/main.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use serde::Deserialize;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `serde` in this scope
[INFO] [stdout]    --> src/main.rs:110:10
[INFO] [stdout]     |
[INFO] [stdout] 110 | #[derive(serde::Deserialize, schemars::JsonSchema)]
[INFO] [stdout]     |          ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `serde` in this scope
[INFO] [stdout]    --> src/main.rs:116:10
[INFO] [stdout]     |
[INFO] [stdout] 116 | #[derive(serde::Deserialize, schemars::JsonSchema)]
[INFO] [stdout]     |          ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]    --> src/main.rs:200:3
[INFO] [stdout]     |
[INFO] [stdout] 200 | #[tokio::main]
[INFO] [stdout]     |   ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rmcp` in this scope
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use rmcp::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `rmcp`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rmcp`, use `cargo add rmcp` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `anyhow`
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use anyhow::Result;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `anyhow`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `anyhow`, use `cargo add anyhow` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rmcp`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use rmcp::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `rmcp`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rmcp`, use `cargo add rmcp` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `serde` in this scope
[INFO] [stdout]  --> src/main.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use serde::de::DeserializeOwned;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/main.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use serde::Deserialize;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `serde` in this scope
[INFO] [stdout]    --> src/main.rs:110:10
[INFO] [stdout]     |
[INFO] [stdout] 110 | #[derive(serde::Deserialize, schemars::JsonSchema)]
[INFO] [stdout]     |          ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `serde` in this scope
[INFO] [stdout]    --> src/main.rs:116:10
[INFO] [stdout]     |
[INFO] [stdout] 116 | #[derive(serde::Deserialize, schemars::JsonSchema)]
[INFO] [stdout]     |          ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]    --> src/main.rs:200:3
[INFO] [stdout]     |
[INFO] [stdout] 200 | #[tokio::main]
[INFO] [stdout]     |   ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/main.rs:27:7
[INFO] [stdout]    |
[INFO] [stdout] 27 |     #[serde(rename = "areaDesc")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/main.rs:58:7
[INFO] [stdout]    |
[INFO] [stdout] 58 |     #[serde(rename = "temperatureUnit")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/main.rs:60:7
[INFO] [stdout]    |
[INFO] [stdout] 60 |     #[serde(rename = "windSpeed")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/main.rs:62:7
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[serde(rename = "windDirection")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/main.rs:64:7
[INFO] [stdout]    |
[INFO] [stdout] 64 |     #[serde(rename = "detailedForecast")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reqwest` in this scope
[INFO] [stdout]   --> src/main.rs:69:18
[INFO] [stdout]    |
[INFO] [stdout] 69 |     let client = reqwest::Client::new();
[INFO] [stdout]    |                  ^^^^^^^ use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `reqwest`, use `cargo add reqwest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/main.rs:27:7
[INFO] [stdout]    |
[INFO] [stdout] 27 |     #[serde(rename = "areaDesc")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reqwest` in this scope
[INFO] [stdout]   --> src/main.rs:72:17
[INFO] [stdout]    |
[INFO] [stdout] 72 |         .header(reqwest::header::USER_AGENT, USER_AGENT)
[INFO] [stdout]    |                 ^^^^^^^ use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `reqwest`, use `cargo add reqwest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/main.rs:58:7
[INFO] [stdout]    |
[INFO] [stdout] 58 |     #[serde(rename = "temperatureUnit")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reqwest` in this scope
[INFO] [stdout]   --> src/main.rs:73:17
[INFO] [stdout]    |
[INFO] [stdout] 73 |         .header(reqwest::header::ACCEPT, "application/geo+json")
[INFO] [stdout]    |                 ^^^^^^^ use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `reqwest`, use `cargo add reqwest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/main.rs:60:7
[INFO] [stdout]    |
[INFO] [stdout] 60 |     #[serde(rename = "windSpeed")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/main.rs:62:7
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[serde(rename = "windDirection")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/main.rs:64:7
[INFO] [stdout]    |
[INFO] [stdout] 64 |     #[serde(rename = "detailedForecast")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reqwest` in this scope
[INFO] [stdout]   --> src/main.rs:69:18
[INFO] [stdout]    |
[INFO] [stdout] 69 |     let client = reqwest::Client::new();
[INFO] [stdout]    |                  ^^^^^^^ use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `reqwest`, use `cargo add reqwest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reqwest` in this scope
[INFO] [stdout]   --> src/main.rs:72:17
[INFO] [stdout]    |
[INFO] [stdout] 72 |         .header(reqwest::header::USER_AGENT, USER_AGENT)
[INFO] [stdout]    |                 ^^^^^^^ use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `reqwest`, use `cargo add reqwest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ServerInfo` in this scope
[INFO] [stdout]    --> src/main.rs:192:27
[INFO] [stdout]     |
[INFO] [stdout] 192 |     fn get_info(&self) -> ServerInfo {
[INFO] [stdout]     |                           ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ServerInfo` in this scope
[INFO] [stdout]    --> src/main.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |         ServerInfo {
[INFO] [stdout]     |         ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]    --> src/main.rs:202:22
[INFO] [stdout]     |
[INFO] [stdout] 202 |     let transport = (tokio::io::stdin(), tokio::io::stdout());
[INFO] [stdout]     |                      ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `io`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 202 -     let transport = (tokio::io::stdin(), tokio::io::stdout());
[INFO] [stdout] 202 +     let transport = (io::stdin(), tokio::io::stdout());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]    --> src/main.rs:202:42
[INFO] [stdout]     |
[INFO] [stdout] 202 |     let transport = (tokio::io::stdin(), tokio::io::stdout());
[INFO] [stdout]     |                                          ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `io`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 202 -     let transport = (tokio::io::stdin(), tokio::io::stdout());
[INFO] [stdout] 202 +     let transport = (tokio::io::stdin(), io::stdout());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reqwest` in this scope
[INFO] [stdout]   --> src/main.rs:73:17
[INFO] [stdout]    |
[INFO] [stdout] 73 |         .header(reqwest::header::ACCEPT, "application/geo+json")
[INFO] [stdout]    |                 ^^^^^^^ use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `reqwest`, use `cargo add reqwest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ServerCapabilities` in this scope
[INFO] [stdout]    --> src/main.rs:194:27
[INFO] [stdout]     |
[INFO] [stdout] 194 |             capabilities: ServerCapabilities::builder().enable_tools().build(),
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^ use of undeclared type `ServerCapabilities`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ServerInfo` in this scope
[INFO] [stdout]    --> src/main.rs:192:27
[INFO] [stdout]     |
[INFO] [stdout] 192 |     fn get_info(&self) -> ServerInfo {
[INFO] [stdout]     |                           ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ServerInfo` in this scope
[INFO] [stdout]    --> src/main.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |         ServerInfo {
[INFO] [stdout]     |         ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]    --> src/main.rs:202:22
[INFO] [stdout]     |
[INFO] [stdout] 202 |     let transport = (tokio::io::stdin(), tokio::io::stdout());
[INFO] [stdout]     |                      ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `io`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 202 -     let transport = (tokio::io::stdin(), tokio::io::stdout());
[INFO] [stdout] 202 +     let transport = (io::stdin(), tokio::io::stdout());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]    --> src/main.rs:202:42
[INFO] [stdout]     |
[INFO] [stdout] 202 |     let transport = (tokio::io::stdin(), tokio::io::stdout());
[INFO] [stdout]     |                                          ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `io`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 202 -     let transport = (tokio::io::stdin(), tokio::io::stdout());
[INFO] [stdout] 202 +     let transport = (tokio::io::stdin(), io::stdout());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `MCPserverRust` (bin "MCPserverRust") due to 21 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find type `ServerCapabilities` in this scope
[INFO] [stdout]    --> src/main.rs:194:27
[INFO] [stdout]     |
[INFO] [stdout] 194 |             capabilities: ServerCapabilities::builder().enable_tools().build(),
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^ use of undeclared type `ServerCapabilities`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `MCPserverRust` (bin "MCPserverRust" test) due to 21 previous errors
[INFO] running `Command { std: "docker" "inspect" "c87daa522655df1b567fc3e70efc63f324aa1c2d6351a8d2895c45ddc3f7e3db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c87daa522655df1b567fc3e70efc63f324aa1c2d6351a8d2895c45ddc3f7e3db", kill_on_drop: false }`
[INFO] [stdout] c87daa522655df1b567fc3e70efc63f324aa1c2d6351a8d2895c45ddc3f7e3db
